reflect.rtype.NumMethod (method, view implemented interface methods)
5 uses
reflect (current package)
type.go#L837: func (t *rtype) NumMethod() int {
value.go#L1171: if v.typ.NumMethod() == 0 {
value.go#L1848: if v.flag&flagMethod != 0 || uint(i) >= uint(v.typ.NumMethod()) {
value.go#L1868: return v.typ.NumMethod()
value.go#L3055: if dst.NumMethod() == 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)